-rw-r--r-- | gammu/emb/common/common.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gammu/emb/common/common.pro b/gammu/emb/common/common.pro index 7cbcb17..0c68000 100644 --- a/gammu/emb/common/common.pro +++ b/gammu/emb/common/common.pro @@ -140,13 +140,12 @@ service/backup/backvcs.c \ service/backup/backvcf.c \ service/backup/backics.c \ device/bluetoth/affix.c \ device/bluetoth/bluez.c \ device/bluetoth/blue_w32.c \ device/bluetoth/bluetoth.c \ -device/serial/ser_unx.c \ device/serial/ser_djg.c \ device/irda/irda.c \ device/devfunc.c \ protocol/at/at.c \ protocol/alcatel/alcabus.c \ protocol/nokia/mbus2.c \ @@ -174,6 +173,13 @@ phone/obex/obexgen.c \ phone/symbian/mroutgen.c TARGET = microgammu DESTDIR = ../../../bin OBJECTS_DIR = obj/unix MOC_DIR = moc/unix + +unix: { +SOURCES += device/serial/ser_unx.c +} +win32:{ +SOURCES += device/serial/ser_w32.c +} |