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 b51291385..739c161c4 100644
--- a/autoarchive/Makefile.am
+++ b/autoarchive/Makefile.am
@@ -20,10 +20,12 @@ gsettings_SCHEMAS = org.gnome.desktop.archives.gschema.xml
noinst_LTLIBRARIES = libautoarchive.la
libautoarchive_h_sources = \
+ autoar-create.h \
autoar-extract.h \
autoar-pref.h \
$(NULL)
libautoarchive_c_sources = \
+ autoar-create.c \
autoar-extract.c \
autoar-pref.c \
$(NULL)