mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
a8e6ee33b1
* configure.in: * docs/reference/Makefile.am: * docs/reference/libgail-util/*: * gail-uninstalled.pc.in: * gail.pc.in: * modules/Makefile.am: * modules/other/Makefile.am: * modules/other/gail/*: * modules/other/gail/libgail-util/*: * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488. svn path=/trunk/; revision=19196
8 lines
110 B
Makefile
8 lines
110 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = input engines other
|
|
|
|
if OS_UNIX
|
|
SUBDIRS += printbackends
|
|
endif
|