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>
|
||||
|
||||
* docs/ChangeLog:
|
||||
|
|
|
@ -5,16 +5,17 @@ MARSHAL_FILE = notify-marshal
|
|||
|
||||
lib_LTLIBRARIES = libnotify.la
|
||||
|
||||
notifyinc_HEADERS = \
|
||||
notify.h \
|
||||
notifyinc_HEADERS = \
|
||||
notify.h \
|
||||
notification.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
notify-marshal.h
|
||||
notify-marshal.h \
|
||||
internal.h
|
||||
|
||||
libnotify_la_SOURCES = \
|
||||
notify.c \
|
||||
notification.c \
|
||||
libnotify_la_SOURCES = \
|
||||
notify.c \
|
||||
notification.c \
|
||||
notify-marshal.c
|
||||
|
||||
libnotify_la_LIBADD = \
|
||||
|
@ -43,4 +44,6 @@ CLEANFILES = \
|
|||
notify-marshal.h
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-DG_LOG_DOMAIN=\"libnotify\" \
|
||||
$(PACKAGE_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue