build: include several missing headers

If not included in SOURCES, the wouldn't end up in the dist tarball.
This commit is contained in:
Aleksander Morgado 2012-04-26 18:41:51 +02:00
parent 22772b3b53
commit 3e88934c42
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ libqmi_glib_la_SOURCES = \
qmi-message-dms.h qmi-message-dms.c \
qmi-device.h qmi-device.c \
qmi-client.h qmi-client.c \
qmi-client-ctl.h qmi-client-ctl.c \
qmi-client-dms.h qmi-client-dms.c
qmi-ctl.h qmi-client-ctl.h qmi-client-ctl.c \
qmi-dms.h qmi-client-dms.h qmi-client-dms.c
libqmi_glib_la_LIBADD = \
$(LIBQMI_GLIB_LIBS)