aboutsummaryrefslogtreecommitdiffstats
path: root/autoarchive/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'autoarchive/Makefile.am')
-rw-r--r--autoarchive/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoarchive/Makefile.am b/autoarchive/Makefile.am
index 739c161c4..a5f1189fd 100644
--- a/autoarchive/Makefile.am
+++ b/autoarchive/Makefile.am
@@ -20,11 +20,13 @@ gsettings_SCHEMAS = org.gnome.desktop.archives.gschema.xml
noinst_LTLIBRARIES = libautoarchive.la
libautoarchive_h_sources = \
+ autoar-common.h \
autoar-create.h \
autoar-extract.h \
autoar-pref.h \
$(NULL)
libautoarchive_c_sources = \
+ autoar-common.c \
autoar-create.c \
autoar-extract.c \
autoar-pref.c \