diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-28 12:37:49 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-28 12:37:49 +0200 |
commit | fe32cee9e18263bf7e0e3fc9bbb14b261b9ebf54 (patch) | |
tree | d58b42936a06136ab28e5c25014b0dfad1063045 /Makefile.am | |
parent | ba234261ec0241a3279c2582e80d34d074b666f4 (diff) |
List catgconf header files too.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 949b175..91f592a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,10 +29,10 @@ librsp_a_SOURCES += fticks.c fticks.h endif catgconf_SOURCES = \ - debug.c \ - util.c \ - gconfig.c \ - catgconf.c + catgconf.c \ + debug.c debug.h \ + gconfig.c gconfig.h \ + util.c util.h librsp_a_CFLAGS = \ -g -Wall -Werror -fno-strict-aliasing @SSL_CFLAGS@ @TARGET_CFLAGS@ |