diff options
author | Siraj Razick <siraj.razick@collabora.co.uk> | 2012-03-23 06:07:44 -0400 |
---|---|---|
committer | Siraj Razick <siraj.razick@collabora.co.uk> | 2012-03-26 10:31:35 -0400 |
commit | 685e3df4c7e1aa7d8fe3955f5040126129708f45 (patch) | |
tree | 0aa41f4d228ff6eef00db1bcd2cfcb9fc7c283fb | |
parent | fb036a83780d8bdd69c0bc359182665064a9a8e5 (diff) |
build: remove capability-set from CORE sources
This leads to crashes since it's really part of the plugins library
so when plugins try to access static variables in cap-set leds to
crashes on windows.
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 680a2c5b..ee544cf4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,6 @@ noinst_PROGRAMS = write-mgr-file CORE_SOURCES = \ symbol-hacks.c \ symbol-hacks.h \ - capability-set.c \ $(top_srcdir)/salut/capabilities.h \ $(top_srcdir)/salut/capability-set.h \ gabble_namespaces.h \ |