diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2009-04-24 16:41:12 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2009-04-27 16:20:50 +0200 |
| commit | f67eef670d0752b93abc8549abbeecbd8c62c4bc (patch) | |
| tree | a87bb6ec7101381c4e6de5ebaf7bd8c053500675 /src/notification/Makefile.am | |
| parent | f63e48fe61782ee862dc7317be0f80211346c8fd (diff) | |
| download | gnome-disk-utility-notification.tar.gz gnome-disk-utility-notification.tar.xz gnome-disk-utility-notification.zip | |
skeleton of notification for uninitialized devicesnotification
Diffstat (limited to 'src/notification/Makefile.am')
| -rw-r--r-- | src/notification/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification/Makefile.am b/src/notification/Makefile.am index 5ad1e30..7afa6b9 100644 --- a/src/notification/Makefile.am +++ b/src/notification/Makefile.am @@ -13,6 +13,7 @@ gdu_notification_daemon_CPPFLAGS = \ -I$(top_builddir)/src/ \ -DG_LOG_DOMAIN=\"GduNotification\" \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DLIBEXECDIR=\"$(libexecdir)\" \ $(DISABLE_DEPRECATED) \ -DGDU_API_IS_SUBJECT_TO_CHANGE \ -DGDU_GTK_API_IS_SUBJECT_TO_CHANGE \ |
