diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2014-05-01 11:22:11 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-05-01 11:22:11 +0200 |
commit | 67981b1831a6259cb15fd2ec37343832339af2e8 (patch) | |
tree | 0ea3e52a98630f341e5dcfae926a156e839f1e07 /modules/Makefile.am | |
parent | 4101adb7ac6b9082abd24dbd184522d9ce6d90f5 (diff) | |
download | gtk+-67981b1831a6259cb15fd2ec37343832339af2e8.tar.gz |
modules: remove the pixbuf engine directory
This is not used anywhere, and is commented out of the build because it
doesn't compile. Time for some spring cleaning...
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 90aab4ab13..f8e7bb8797 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.decl -SUBDIRS = input engines +SUBDIRS = input if OS_UNIX SUBDIRS += printbackends |