diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-08 02:14:10 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-08 02:14:10 -0700 |
commit | f95eb65a0092f0478028ad762370f20be4b2089a (patch) | |
tree | 76a45198ade14a3750133cfd92ae8911232aa601 /src/themes/standard | |
parent | 6f064dfd7f52202df314d31edefcca1826e2324b (diff) | |
parent | 1f5ba2d1119114fc3c079fa01b7838857b086e77 (diff) | |
download | mate-notification-daemon-f95eb65a0092f0478028ad762370f20be4b2089a.tar.bz2 mate-notification-daemon-f95eb65a0092f0478028ad762370f20be4b2089a.tar.xz |
Merge pull request #19 from infirit/master
back to libwnck
Diffstat (limited to 'src/themes/standard')
-rw-r--r-- | src/themes/standard/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/standard/Makefile.am b/src/themes/standard/Makefile.am index d5b4a2a..c31098c 100644 --- a/src/themes/standard/Makefile.am +++ b/src/themes/standard/Makefile.am @@ -6,6 +6,6 @@ libstandard_la_SOURCES = theme.c libstandard_la_LDFLAGS = -module -avoid-version -no-undefined libstandard_la_LIBADD = $(NOTIFICATION_DAEMON_LIBS) -INCLUDES = $(NOTIFICATION_DAEMON_CFLAGS) +AM_CPPFLAGS = $(NOTIFICATION_DAEMON_CFLAGS) -include $(top_srcdir)/git.mk |