Use notify-features.h instead of features.h
This commit is contained in:
parent
2d9ba81998
commit
dc66508e2e
|
@ -209,7 +209,7 @@ docs/Makefile
|
||||||
docs/reference/Makefile
|
docs/reference/Makefile
|
||||||
libnotify.pc
|
libnotify.pc
|
||||||
libnotify/Makefile
|
libnotify/Makefile
|
||||||
libnotify/features.h
|
libnotify/notify-features.h
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
])
|
])
|
||||||
|
|
|
@ -8,7 +8,7 @@ lib_LTLIBRARIES = libnotify.la
|
||||||
|
|
||||||
notify_headers = \
|
notify_headers = \
|
||||||
notify.h \
|
notify.h \
|
||||||
features.h \
|
notify-features.h \
|
||||||
notification.h
|
notification.h
|
||||||
|
|
||||||
notifyinc_HEADERS = \
|
notifyinc_HEADERS = \
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include <libnotify/notification.h>
|
#include <libnotify/notification.h>
|
||||||
#include <libnotify/notify-enum-types.h>
|
#include <libnotify/notify-enum-types.h>
|
||||||
#include <libnotify/features.h>
|
#include <libnotify/notify-features.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue