summaryrefslogtreecommitdiff
path: root/gusb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/Makefile.am')
-rw-r--r--gusb/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gusb/Makefile.am b/gusb/Makefile.am
index 5c45ac5..4307b7c 100644
--- a/gusb/Makefile.am
+++ b/gusb/Makefile.am
@@ -27,6 +27,8 @@ libgusbbase_include_HEADERS = \
gusb-device.h \
gusb-device-private.h \
gusb-device-list.h \
+ gusb-interface.h \
+ gusb-interface-private.h \
gusb-source.h \
gusb-util.h
@@ -34,6 +36,7 @@ libgusb_la_SOURCES = \
gusb-context.c \
gusb-device.c \
gusb-device-list.c \
+ gusb-interface.c \
gusb-source.c \
gusb-util.c