diff --git a/configure.ac b/configure.ac index ac02d31..3943c92 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,7 @@ docs/Makefile docs/reference/Makefile libnotify.pc libnotify/Makefile -libnotify/features.h +libnotify/notify-features.h tests/Makefile tools/Makefile ]) diff --git a/libnotify/Makefile.am b/libnotify/Makefile.am index 7e6cf85..56d5938 100644 --- a/libnotify/Makefile.am +++ b/libnotify/Makefile.am @@ -15,7 +15,7 @@ lib_LTLIBRARIES = libnotify.la notify_headers = \ notify.h \ - features.h \ + notify-features.h \ notification.h notifyinc_HEADERS = \ diff --git a/libnotify/features.h.in b/libnotify/notify-features.h.in similarity index 100% rename from libnotify/features.h.in rename to libnotify/notify-features.h.in diff --git a/libnotify/notify.h b/libnotify/notify.h index 58c63a3..cceb21e 100644 --- a/libnotify/notify.h +++ b/libnotify/notify.h @@ -26,7 +26,7 @@ #include #include -#include +#include G_BEGIN_DECLS