-rw-r--r-- | gammu/emb/common/commonE.pro | 2 | ||||
-rw-r--r-- | gammu/emb/gammu/gammuE.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gammu/emb/common/commonE.pro b/gammu/emb/common/commonE.pro index 1512814..0133835 100644 --- a/gammu/emb/common/commonE.pro +++ b/gammu/emb/common/commonE.pro | |||
@@ -172,7 +172,7 @@ phone/nokia/nfuncold.c \ | |||
172 | phone/obex/obexgen.c \ | 172 | phone/obex/obexgen.c \ |
173 | phone/symbian/mroutgen.c | 173 | phone/symbian/mroutgen.c |
174 | 174 | ||
175 | TARGET = kammu | 175 | TARGET = microkammu |
176 | DESTDIR = $(QPEDIR)/lib | 176 | DESTDIR = $(QPEDIR)/lib |
177 | OBJECTS_DIR = obj/$(PLATFORM) | 177 | OBJECTS_DIR = obj/$(PLATFORM) |
178 | MOC_DIR = moc/$(PLATFORM) | 178 | MOC_DIR = moc/$(PLATFORM) |
diff --git a/gammu/emb/gammu/gammuE.pro b/gammu/emb/gammu/gammuE.pro index 5b18205..b0c610b 100644 --- a/gammu/emb/gammu/gammuE.pro +++ b/gammu/emb/gammu/gammuE.pro | |||
@@ -47,7 +47,7 @@ SOURCES += gammu.c \ | |||
47 | depend/nokia/dct3trac/wmx.c | 47 | depend/nokia/dct3trac/wmx.c |
48 | 48 | ||
49 | LIBS += -L$(QPEDIR)/lib | 49 | LIBS += -L$(QPEDIR)/lib |
50 | LIBS += -lkammu | 50 | LIBS += -lmicrokammu |
51 | #LIBS += -lbluetooth | 51 | #LIBS += -lbluetooth |
52 | #LIBS += -lsdp | 52 | #LIBS += -lsdp |
53 | LIBS += -lpthread | 53 | LIBS += -lpthread |