Unnecessary includes removed.
[jenirok] / src / daemon / daemon.pro
index a6bc1fc..07edb06 100644 (file)
@@ -8,7 +8,7 @@ TRANSLATIONS = ../common/translations/fi_FI.ts
 RESOURCES = ../common/translations.grc
 INCLUDEPATH += ../common
 CONFIG += link_pkgconfig
-PKGCONFIG += libebook-1.2 glib-2.0 conic
+PKGCONFIG += libebook-1.2 gconf-2.0
 
 unix {
   #VARIABLES
@@ -23,10 +23,13 @@ unix {
 
   #MAKE INSTALL
 
-  INSTALLS += target init
+  INSTALLS += target init event
 
   target.path =$$BINDIR
 
   init.path = /etc/init.d
-  init.files += data/jenirokd
+  init.files += data/init.d/jenirokd
+
+  event.path = /etc/event.d
+  event.files += data/event.d/jenirokd
 }