summaryrefslogtreecommitdiff
path: root/src/select/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-29 21:51:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-29 21:51:45 +0000
commit6ba000db056d7e9b70a7e154a003644046bf7e98 (patch)
tree30c43ec8543ec9cb66169721e3268ea0a7cdb76f /src/select/properties/Makefile
parent1b13f81b8259f4416df7b3063cb280cb977722d7 (diff)
downloadlibcss-6ba000db056d7e9b70a7e154a003644046bf7e98.tar.gz
libcss-6ba000db056d7e9b70a7e154a003644046bf7e98.tar.bz2
Add support for opacity property
svn path=/trunk/libcss/; revision=11527
Diffstat (limited to 'src/select/properties/Makefile')
-rw-r--r--src/select/properties/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select/properties/Makefile b/src/select/properties/Makefile
index 1721205..7f48fab 100644
--- a/src/select/properties/Makefile
+++ b/src/select/properties/Makefile
@@ -56,6 +56,7 @@ max_height.c \
max_width.c \
min_height.c \
min_width.c \
+opacity.c \
orphans.c \
outline_color.c \
outline_style.c \