diff options
-rw-r--r-- | cmdline/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmdline/Makefile.am b/cmdline/Makefile.am index 2bc731d0bb..6a888e7468 100644 --- a/cmdline/Makefile.am +++ b/cmdline/Makefile.am @@ -13,7 +13,6 @@ compose_LDADD = \ $(COMPOSE_LIBS) compose_SOURCES = \ - compose.h \ - compose.c + compose.c \ ../composer/Composer-stubs.c \ - ../composer/Composer-common.c
\ No newline at end of file + ../composer/Composer-common.c |