diff options
Diffstat (limited to 'lib/cpluff/loader/Makefile.am')
-rw-r--r-- | lib/cpluff/loader/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/cpluff/loader/Makefile.am b/lib/cpluff/loader/Makefile.am new file mode 100644 index 0000000000..6cf899546f --- /dev/null +++ b/lib/cpluff/loader/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in. + +# Copyright 2007 Johannes Lehtinen +# This Makefile is free software; Johannes Lehtinen gives unlimited +# permission to copy, distribute and modify it. + +LIBS = @LIBS_OTHER@ @LTLIBINTL@ @LIBS@ + +bin_PROGRAMS = cpluff-loader + +cpluff_loader_SOURCES = loader.c |