diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-10 14:56:00 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-10 14:56:00 -0400 |
commit | 81a5c15a5227d8da7563f36df70a7bed933d77aa (patch) | |
tree | f9f5fbae121543116ca8059dbb957fd10b24f2d5 /src/Makefile.am | |
parent | 88b5e1c34911b04b4d7a2f54928b49471919e5db (diff) | |
download | ayatana-indicator-notifications-81a5c15a5227d8da7563f36df70a7bed933d77aa.tar.gz ayatana-indicator-notifications-81a5c15a5227d8da7563f36df70a7bed933d77aa.tar.bz2 ayatana-indicator-notifications-81a5c15a5227d8da7563f36df70a7bed933d77aa.zip |
Completed the great renaming. Time for a test build.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c92cece..67aecd2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,30 +1,30 @@ -libexec_PROGRAMS = indicator-example-service +libexec_PROGRAMS = indicator-notifications-service -indicator_example_service_SOURCES = \ - example-service.c \ +indicator_notifications_service_SOURCES = \ + notifications-service.c \ dbus-shared.h \ settings-shared.h -indicator_example_service_CFLAGS = \ +indicator_notifications_service_CFLAGS = \ -Wall \ $(SERVICE_CFLAGS) \ - -DG_LOG_DOMAIN=\"Indicator-Example\" -indicator_example_service_LDADD = \ + -DG_LOG_DOMAIN=\"Indicator-Notifications\" +indicator_notifications_service_LDADD = \ $(SERVICE_LIBS) -examplelibdir = $(INDICATORDIR) -examplelib_LTLIBRARIES = libexample.la -libexample_la_SOURCES = \ +notificationslibdir = $(INDICATORDIR) +notificationslib_LTLIBRARIES = libnotifications.la +libnotifications_la_SOURCES = \ dbus-shared.h \ settings-shared.h \ - indicator-example.c -libexample_la_CFLAGS = \ + indicator-notifications.c +libnotifications_la_CFLAGS = \ $(INDICATOR_CFLAGS) \ -Wall \ - -DG_LOG_DOMAIN=\"Indicator-Example\" -libexample_la_LIBADD = \ + -DG_LOG_DOMAIN=\"Indicator-Notifications\" +libnotifications_la_LIBADD = \ $(INDICATOR_LIBS) -libexample_la_LDFLAGS = \ +libnotifications_la_LDFLAGS = \ -module \ -avoid-version |