12 lines
765 B
Diff
12 lines
765 B
Diff
diff -Naur libnotify-0.7.7.orig/libnotify/Makefile.am libnotify-0.7.7/libnotify/Makefile.am
|
|
--- libnotify-0.7.7.orig/libnotify/Makefile.am 2018-06-07 19:35:25.531447900 -0400
|
|
+++ libnotify-0.7.7/libnotify/Makefile.am 2018-06-07 20:00:43.970089800 -0400
|
|
@@ -59,7 +59,6 @@
|
|
s-enum-types-h: $(notify_headers) Makefile
|
|
$(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
|
|
--fhead "#ifndef _NOTIFY_ENUM_TYPES_H_\n#define _NOTIFY_ENUM_TYPES_H_\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
|
|
- --fprod "/* enumerations from \"@filename@\" */\n" \
|
|
--vhead "GType @enum_name@_get_type(void);\n#define NOTIFY_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
|
|
--ftail "G_END_DECLS\n\n#endif /* _NOTIFY_ENUM_TYPES_H_ */" \
|
|
$(notify_headers) ) > tmp-$(ENUM_FILE).h \
|