From 26c3f2f1b101df84b4877583a3a6bd94b42bc8a5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 31 Jul 2018 09:40:22 +0100 Subject: [PATCH] Install gioenumtypes.h We're re-defining nodist_gioinclude_HEADERS and Automake will use the last definition of the target. --- gio/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gio/Makefile.am b/gio/Makefile.am index ff3c7611c..e14cad229 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -779,15 +779,12 @@ gio_headers = \ $(NULL) gioincludedir=$(includedir)/glib-2.0/gio/ -gioinclude_HEADERS = \ +gioinclude_HEADERS = \ $(gio_headers) \ $(NULL) nodist_gioinclude_HEADERS = \ gioenumtypes.h \ - $(NULL) - -nodist_gioinclude_HEADERS = \ - gnetworking.h \ + gnetworking.h \ $(NULL) # these sources (also mentioned above) are generated.