summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-06-11 19:36:06 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-06-11 19:41:55 +0200
commit8ac0b9532a34383d22b76ff7e274e32780891dc1 (patch)
tree6bbae93c881146e69997c9d3d50215689e671b4e /src/config.h.in
parent2a1e81927ef6fbf0d9c5fe4b6acf907a24eda3f7 (diff)
downloadpianobar-windows-8ac0b9532a34383d22b76ff7e274e32780891dc1.tar.gz
pianobar-windows-8ac0b9532a34383d22b76ff7e274e32780891dc1.tar.bz2
pianobar-windows-8ac0b9532a34383d22b76ff7e274e32780891dc1.zip
Switching build system again
Now it's plain make.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/config.h.in b/src/config.h.in
deleted file mode 100644
index a75a43f..0000000
--- a/src/config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _CONFIG_H
-#define _CONFIG_H
-
-/* package name */
-#define PACKAGE "${PACKAGE}"
-
-/* used libraries */
-#cmakedefine ENABLE_FAAD
-#cmakedefine ENABLE_MAD
-
-#endif /* _CONFIG_H */