diff --git a/Makefile.am b/Makefile.am index 87938f7..3436137 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = gnoemoe po pixmaps scripts ui +SUBDIRS = gnoemoe po pixmaps scripts ui data DISTCLEANFILES = \ intltool-extract \ @@ -8,23 +8,11 @@ DISTCLEANFILES = \ intltool-update EXTRA_DIST = \ - gnoemoe.desktop \ gnoemoe-logo.svg \ - moo.lang \ - gnoemoe.xml \ autogen.sh \ intltool-extract.in \ intltool-merge.in \ intltool-update.in -Applicationsdir = $(datadir)/applications -Applications_DATA = gnoemoe.desktop - icondir = $(datadir)/pixmaps icon_DATA = gnoemoe-logo.svg - -langdir = $(datadir)/gtksourceview-1.0/language-specs -lang_DATA = moo.lang - -mimedir = $(datadir)/mime/packages -mime_DATA = gnoemoe.xml