Commit 49982b4 1 parent 0fa8bbd commit 49982b4 Copy full SHA for 49982b4
File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ libNgin3d_la_SOURCES = \
13
13
Ngin3d_internal.h \
14
14
Ngin3d_keydef.h \
15
15
Ngin3d_physics.h \
16
- shmacros.h \
16
+ shmacros.h
17
17
libNgin3d_la_CXXFLAGS = -Wall -g
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
3
3
noinst_LTLIBRARIES = libshImage.la
4
4
libshImage_la_SOURCES = \
5
5
shBMP.cpp \
6
- shBMP.h
6
+ shBMP.h \
7
+ shimage.h
7
8
libshImage_la_CXXFLAGS = -Wall -g
Original file line number Diff line number Diff line change 1
1
ACLOCAL_AMFLAGS = -I m4
2
2
3
- if HAVE_DOCTHIS
4
3
DT = docthis
5
4
DOCDIR = $(top_srcdir ) /doc
6
5
FILES = \
@@ -94,6 +93,18 @@ API_FILES = \
94
93
$(DOCDIR ) /SkinReaderStatistics \
95
94
$(DOCDIR ) /SkinDriverDetails
96
95
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
97
108
V_DOCTHIS = $(V_DOCTHIS_@AM_V@ )
98
109
V_DOCTHIS_ = $(V_DOCTHIS_@AM_DEFAULT_V@ )
99
110
V_DOCTHIS_0 = @echo " DOCTHIS " $@ ;
You can’t perform that action at this time.
0 commit comments