summaryrefslogtreecommitdiff
path: root/libs/clearlooks/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'libs/clearlooks/SConstruct')
-rw-r--r--libs/clearlooks/SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/clearlooks/SConstruct b/libs/clearlooks/SConstruct
new file mode 100644
index 0000000000..a190a11a6a
--- /dev/null
+++ b/libs/clearlooks/SConstruct
@@ -0,0 +1,5 @@
+CCFLAGS = ' `pkg-config --cflags gtk+-2.0` '
+LINKFLAGS = ' `pkg-config --libs gtk+-2.0` '
+
+env = Environment(CCFLAGS=CCFLAGS, LINKFLAGS=LINKFLAGS)
+env.SharedLibrary('clearlooks', ['clearlooks_draw.c', 'clearlooks_rc_style.c', 'clearlooks_style.c', 'clearlooks_theme_main.c', 'support.c'])