summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-06 15:01:29 -0700
committerKeith Packard <keithp@keithp.com>2010-04-06 15:01:29 -0700
commit05b56f65501517507355de2ccdf8b5432254e3c2 (patch)
tree27f4154f13c624746191f749ad62694dd24a074d /Makefile.am
parentaa3ba7f0bf64d59a617cf70c6da748d8b440e32b (diff)
Merge protocol package automake bits
This doesn't change what gets installed, just how those bits are constructed. The goal is to produce precisely the same bits as the union of the individual package. This patch was generated using the 'add-configure' script. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am36
1 files changed, 36 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..649a6d9
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,36 @@
+SUBDIRS = \
+ applewmproto \
+ bigreqsproto \
+ calibrateproto \
+ compositeproto \
+ damageproto \
+ dmxproto \
+ dri2proto \
+ evieproto \
+ fixesproto \
+ fontcacheproto \
+ fontsproto \
+ glproto \
+ inputproto \
+ kbproto \
+ lg3dproto \
+ pmproto \
+ printproto \
+ randrproto \
+ recordproto \
+ renderproto \
+ resourceproto \
+ scrnsaverproto \
+ trapproto \
+ videoproto \
+ windowswmproto \
+ x11proto \
+ xcmiscproto \
+ xextproto \
+ xf86bigfontproto \
+ xf86dgaproto \
+ xf86driproto \
+ xf86miscproto \
+ xf86rushproto \
+ xf86vidmodeproto \
+ xineramaproto \ No newline at end of file