summaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-07 19:39:22 +0200
committerStef Walter <stefw@gnome.org>2013-05-21 11:27:32 +0200
commiteb88be6c0b7ea39a74cd2aa8af33371de4aeb74c (patch)
treee2fb7e953bd564ae9371ed38c011b6331338b0a1 /common/Makefile.am
parent7b848defc704cc1fbb47a16b23727583c14b804d (diff)
Pull the argv parsing code into its own file
So it can be used from multiple code paths
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index b583a5c..d7b4439 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -16,6 +16,7 @@ noinst_LTLIBRARIES = \
$(NULL)
libp11_common_la_SOURCES = \
+ argv.c argv.h \
attrs.c attrs.h \
array.c array.h \
buffer.c buffer.h \