From 022b6a3c695ecccc54e20432caff3668bd28d4c5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 6 Mar 2008 14:03:45 +0000 Subject: Add skeleton for GLib helpers --- common/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index f1d846a6..c231319b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -15,8 +15,8 @@ noinst_LIBRARIES = libhelper.a libhelper_a_SOURCES = oui.h oui.c dbus.h dbus.c \ textfile.h textfile.c logging.h logging.c \ - dbus-helper.h dbus-helper.c \ - error.h error.c sdp-xml.h sdp-xml.c sdp-glib.c \ + dbus-helper.h dbus-helper.c error.h error.c \ + glib-helper.h glib-helper.c sdp-xml.h sdp-xml.c sdp-glib.c \ hal.h $(hal_sources) notify.h $(notify_sources) noinst_PROGRAMS = test_textfile -- cgit