Mercurial > MadButterfly
comparison src/Makefile.am @ 185:c7e5b8779bb5 include_mb_test
Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 04 Nov 2008 17:00:26 +0800 |
parents | d0646a6df46f |
children | 45d9a1e2764d |
comparison
equal
deleted
inserted
replaced
184:13c1d49c198b | 185:c7e5b8779bb5 |
---|---|
1 includedir = $(prefix)/include/mb | 1 include $(top_srcdir)/config.mk |
2 include_HEADERS = animate.h mb.h mb_timer.h mb_types.h observer.h paint.h redraw_man.h shapes.h tools.h X_supp.h | |
3 | 2 |
4 lib_LTLIBRARIES = libmbfly.la | 3 lib_LTLIBRARIES = libmbfly.la |
5 | 4 |
6 noinst_PROGRAMS = X_main | 5 noinst_PROGRAMS = X_main |
7 | 6 |