Make distcheck happy.
This commit is contained in:
parent
99048cde1a
commit
9fb6f33824
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jan 23 01:30:45 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
||||||
|
|
||||||
|
* libnotify/Makefile.am:
|
||||||
|
- Make distcheck happy.
|
||||||
|
|
||||||
Mon Jan 23 01:20:36 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
Mon Jan 23 01:20:36 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
||||||
|
|
||||||
* docs/ChangeLog:
|
* docs/ChangeLog:
|
||||||
|
|
|
@ -5,16 +5,17 @@ MARSHAL_FILE = notify-marshal
|
||||||
|
|
||||||
lib_LTLIBRARIES = libnotify.la
|
lib_LTLIBRARIES = libnotify.la
|
||||||
|
|
||||||
notifyinc_HEADERS = \
|
notifyinc_HEADERS = \
|
||||||
notify.h \
|
notify.h \
|
||||||
notification.h
|
notification.h
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
notify-marshal.h
|
notify-marshal.h \
|
||||||
|
internal.h
|
||||||
|
|
||||||
libnotify_la_SOURCES = \
|
libnotify_la_SOURCES = \
|
||||||
notify.c \
|
notify.c \
|
||||||
notification.c \
|
notification.c \
|
||||||
notify-marshal.c
|
notify-marshal.c
|
||||||
|
|
||||||
libnotify_la_LIBADD = \
|
libnotify_la_LIBADD = \
|
||||||
|
@ -43,4 +44,6 @@ CLEANFILES = \
|
||||||
notify-marshal.h
|
notify-marshal.h
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
|
-I$(top_srcdir) \
|
||||||
|
-DG_LOG_DOMAIN=\"libnotify\" \
|
||||||
$(PACKAGE_CFLAGS)
|
$(PACKAGE_CFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue