Add src SUBDIRS
authorAlsor Zhou <alsor.zhou@gmail.com>
Thu, 22 Oct 2009 08:47:43 +0000 (16:47 +0800)
committerAlsor Zhou <alsor.zhou@gmail.com>
Thu, 22 Oct 2009 08:47:43 +0000 (16:47 +0800)
data/Makefile.am
src/Makefile.am

index 0ee4418..2af106c 100644 (file)
@@ -9,10 +9,6 @@ dbusdir = $(datadir)/dbus-1/services
 dbus_DATA = \
        org.ifanr.MiM.service
 
 dbus_DATA = \
        org.ifanr.MiM.service
 
-desktopdir = $(datadir)/applications/hildon
-desktop_DATA = \
-       mim-pinyin.desktop
-
 schema_DATA = mim-pinyin.schemas
 schemadir = $(GCONF_SCHEMA_FILE_DIR)
 
 schema_DATA = mim-pinyin.schemas
 schemadir = $(GCONF_SCHEMA_FILE_DIR)
 
@@ -28,7 +24,6 @@ EXTRA_DIST = \
        org.ifanr.MiM.service.in
 
 CLEANFILES = \
        org.ifanr.MiM.service.in
 
 CLEANFILES = \
-       $(desktop_DATA) \
        $(dbus_DATA)
 
 install-data-hook:
        $(dbus_DATA)
 
 install-data-hook:
index 2414e60..08523df 100644 (file)
@@ -3,3 +3,7 @@
 #
 # Nothing to distribute at the moment
 #
 #
 # Nothing to distribute at the moment
 #
+
+SUBDIRS = mim \
+                 ui
+