X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;h=38a5f6b343ace06a7432178bff65595a2fd2acbd;hb=852d205a03d5f87ebc604de741518e19e7a61d57;hp=8b1f884d14893300e2a254ae1dbbdc0983760ac2;hpb=2f361187de89fe177b8021bbb1616dbf22bc4726;p=tweakr diff --git a/Makefile.am b/Makefile.am index 8b1f884..38a5f6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,34 +1,39 @@ -SUBDIRS = libmaemo-tweaks-section modules +SUBDIRS = libtweakr-section modules po -libmaemo_tweaks_section = \ - $(top_builddir)/libmaemo-tweaks-section/libmaemo-tweaks-section.la +libtweakr_section = \ + $(top_builddir)/libtweakr-section/libtweakr-section.la -libmaemo_tweaks_LTLIBRARIES = libmaemo-tweaks.la -libmaemo_tweaksdir = $(libdir)/hildon-control-panel +libtweakr_LTLIBRARIES = libtweakr.la +libtweakrdir = $(libdir)/hildon-control-panel -libmaemo_tweaks_la_LDFLAGS = -version-info "1":"0":"1" -libmaemo_tweaks_la_LIBADD = \ +libtweakr_la_LDFLAGS = -version-info "1":"0":"1" +libtweakr_la_LIBADD = \ $(GTK_LIBS) \ $(HILDON_LIBS) \ $(OSSO_LIBS) \ - $(libmaemo_tweaks_section) + $(CPA_LIBS) \ + $(libtweakr_section) AM_CFLAGS = \ $(GTK_CFLAGS) \ $(HILDON_CFLAGS) \ $(OSSO_CFLAGS) \ + $(CPA_LIBS) \ -I$(top_srcdir) \ -DMODULES_DIR=\"$(modulesdir)\" \ - -DG_LOG_DOMAIN=\"maemo-tweaks\" + -DG_LOG_DOMAIN=\"tweakr\" -libmaemo_tweaks_la_SOURCES = \ - maemo-tweaks.c \ - maemo-tweaks-types.h \ - maemo-tweaks-module-manager.c \ - maemo-tweaks-module-manager.h +libtweakr_la_SOURCES = \ + tweakr.c \ + tweakr-types.h \ + tweakr-module-manager.c \ + tweakr-module-manager.h desktopentrydir = $(prefix)/share/applications/hildon-control-panel -desktopentry_DATA = maemo-tweaks.desktop +desktopentry_DATA = tweakr.desktop -EXTRA_DIST = $(desktopentry_DATA) +icondir = $(prefix)/share/icons/hicolor/48x48/hildon +icon_DATA = data/control_tweakr.png + +EXTRA_DIST = $(desktopentry_DATA) $(icon_DATA)