gio: make gnetworking.h nodist

https://bugzilla.gnome.org/show_bug.cgi?id=708972
This commit is contained in:
Dan Winship 2013-09-28 12:18:14 -04:00
parent c9ac45a023
commit 4a953af8a5

View File

@ -560,7 +560,6 @@ gio_headers = \
gmountoperation.h \
gnativevolumemonitor.h \
gnetworkaddress.h \
gnetworking.h \
gnetworkmonitor.h \
gnetworkservice.h \
goutputstream.h \
@ -617,6 +616,10 @@ gioinclude_HEADERS = \
$(gio_headers) \
gioenumtypes.h
nodist_gioinclude_HEADERS = \
gnetworking.h \
$(NULL)
# these sources (also mentioned above) are generated.
BUILT_SOURCES += \
gconstructor_as_data.h \