Merge branch 'tizen' into sandbox/cyeon/devel
[platform/core/uifw/libtdm.git] / protocol / Makefile.am
1 ### protocol.[ch]
2 %-protocol.c : %.xml
3         $(wayland_scanner) code < $< > $@
4 %-server-protocol.h : %.xml
5         $(wayland_scanner) server-header < $< > $@
6 %-client-protocol.h : %.xml
7         $(wayland_scanner) client-header < $< > $@
8
9 BUILT_SOURCES = \
10         tdm-server-protocol.h \
11         tdm-client-protocol.h \
12         tdm-protocol.c
13
14 CLEANFILES = $(BUILT_SOURCES)