diff options
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5f97c08..a90482d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,6 +30,7 @@ VERSION = @PACKAGE_VERSION@ APPNAME = @PACKAGE_TARNAME@ program_transform_name = @program_transform_name@ +CC = @CC@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ @LIBICONV@ LIBS = @LIBS@ |