[kdbus] Fix problem with receiving async messages
[platform/upstream/glib.git] / gio / tests / Makefile.am
index 270faf6..5127de7 100644 (file)
@@ -56,6 +56,7 @@ test_programs = \
        simple-proxy                            \
        sleepy-stream                           \
        socket                                  \
+       socket-listener                         \
        srvtarget                               \
        task                                    \
        tls-interaction                         \
@@ -241,6 +242,7 @@ test_programs += \
        gdbus-peer-object-manager               \
        live-g-file                             \
        socket-address                          \
+       stream-rw_all                           \
        unix-fd                                 \
        unix-streams                            \
        $(NULL)
@@ -319,7 +321,7 @@ uninstalled_test_extra_programs += \
 test_programs += mimeapps
 clean-local: clean-mimeapps
 clean-mimeapps:
-       rm -rf xdgdatadir xdgdatahome
+       rm -rf xdgdatadir xdgdatahome xdgconfighome
 
 uninstalled_test_programs += gsettings gschema-compile
 gsettings_DEPENDENCIES = test.mo
@@ -435,6 +437,7 @@ gdbus_threading_SOURCES                  = $(gdbus_sessionbus_sources) gdbus-thr
 gmenumodel_SOURCES                       = $(gdbus_sessionbus_sources) gmenumodel.c
 gnotification_SOURCES                    = $(gdbus_sessionbus_sources) gnotification.c gnotification-server.h gnotification-server.c
 
+BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
 gdbus-test-codegen.o: gdbus-test-codegen-generated.h
 gdbus-test-codegen-generated.h: test-codegen.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
        $(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \