diff options
Diffstat (limited to 'skype/config.mak.in')
-rw-r--r-- | skype/config.mak.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skype/config.mak.in b/skype/config.mak.in new file mode 100644 index 00000000..06dd386a --- /dev/null +++ b/skype/config.mak.in @@ -0,0 +1,6 @@ +CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ +INSTALL = @INSTALL@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ +libdir = @libdir@ |