diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5bf4fbcd..5650a720 100644 --- a/Makefile.am +++ b/Makefile.am @@ -556,13 +556,16 @@ unit_test_caif_LDADD = @GLIB_LIBS@ unit_objects += $(unit_test_caif_OBJECTS) if TOOLS -noinst_PROGRAMS += tools/huawei-audio tools/auto-enable +noinst_PROGRAMS += tools/huawei-audio tools/auto-enable tools/get-location tools_huawei_audio_SOURCES = $(gdbus_sources) tools/huawei-audio.c tools_huawei_audio_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ tools_auto_enable_SOURCES = $(gdbus_sources) tools/auto-enable.c tools_auto_enable_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ + +tools_get_location_SOURCES = tools/get-location.c +tools_get_location_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ endif noinst_PROGRAMS += gatchat/gsmdial gatchat/test-server gatchat/test-qcdm |