summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-06-22 12:41:34 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-06-22 12:41:34 +0100
commit8e21b9e966ae0cd72bfdb9b0b8e99b2dead9e0d7 (patch)
tree66cf042c0265432ad7e0d21d5e4c2ba245069745
parentd07e166432e0b85d64347ac30a1665d69c2cb288 (diff)
downloadglib-8e21b9e966ae0cd72bfdb9b0b8e99b2dead9e0d7.tar.gz
build: Add gio_probes.d to sources list so it ends up in the tarball
The probes.d file should be distributed even if GLib is build with dtrace disabled. This is what’s done in the glib and gobject directories.
-rw-r--r--gio/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 18e0ca11f..4e05b2908 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -391,6 +391,7 @@ libgio_2_0_la_SOURCES = \
ginetsocketaddress.c \
ginitable.c \
ginputstream.c \
+ gio_probes.d \
gio_trace.h \
gioenums.h \
gioerror.c \