File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ libNgin3d_la_SOURCES = \
1313 Ngin3d_internal.h \
1414 Ngin3d_keydef.h \
1515 Ngin3d_physics.h \
16- shmacros.h \
16+ shmacros.h
1717libNgin3d_la_CXXFLAGS = -Wall -g
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
33noinst_LTLIBRARIES = libshImage.la
44libshImage_la_SOURCES = \
55 shBMP.cpp \
6- shBMP.h
6+ shBMP.h \
7+ shimage.h
78libshImage_la_CXXFLAGS = -Wall -g
Original file line number Diff line number Diff line change 11ACLOCAL_AMFLAGS = -I m4
22
3- if HAVE_DOCTHIS
43DT = docthis
54DOCDIR = $(top_srcdir ) /doc
65FILES = \
@@ -94,6 +93,18 @@ API_FILES = \
9493 $(DOCDIR ) /SkinReaderStatistics \
9594 $(DOCDIR ) /SkinDriverDetails
9695
96+ EXTRA_DIST = \
97+ $(DOCDIR ) /index \
98+ $(DOCDIR ) /constants \
99+ $(DOCDIR ) /globals \
100+ $(DOCDIR ) /skin_callback \
101+ $(DOCDIR ) /skin_hook \
102+ $(DOCDIR ) /SkinCallback \
103+ $(DOCDIR ) /SkinHook \
104+ $(DOCDIR ) /MeanPressureonSkin \
105+ $(API_FILES )
106+
107+ if HAVE_DOCTHIS
97108V_DOCTHIS = $(V_DOCTHIS_@AM_V@ )
98109V_DOCTHIS_ = $(V_DOCTHIS_@AM_DEFAULT_V@ )
99110V_DOCTHIS_0 = @echo " DOCTHIS " $@ ;
You can’t perform that action at this time.
0 commit comments