Mercurial > pidgin.yaz
diff pidgin/plugins/Makefile.am @ 19478:b2578b2d4bc4
Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 27 Aug 2007 22:45:15 +0000 |
| parents | f2869d5facfe |
| children | 72090ce17864 315151da0dc6 |
line wrap: on
line diff
--- a/pidgin/plugins/Makefile.am Mon Aug 27 22:20:13 2007 +0000 +++ b/pidgin/plugins/Makefile.am Mon Aug 27 22:45:15 2007 +0000 @@ -16,9 +16,13 @@ PERL_DIR = perl endif +if ENABLE_GESTURES +GESTURE_DIR = gestures +endif + SUBDIRS = \ $(CAP_DIR) \ - gestures \ + $(GESTURE_DIR) \ $(GEVOLUTION_DIR) \ $(MUSICMESSAGING_DIR) \ $(PERL_DIR) \
