Skip to content

Commit 49982b4

Browse files
committed
[build] make dist fixes
Signed-off-by: Shahbaz Youssefi <[email protected]>
1 parent 0fa8bbd commit 49982b4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

apps/view/gl/Ngin3d/Makefile.am

+1-1
Original file line numberDiff line numberDiff 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
1717
libNgin3d_la_CXXFLAGS = -Wall -g

apps/view/gl/shImage/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
33
noinst_LTLIBRARIES = libshImage.la
44
libshImage_la_SOURCES = \
55
shBMP.cpp \
6-
shBMP.h
6+
shBMP.h \
7+
shimage.h
78
libshImage_la_CXXFLAGS = -Wall -g

doc/Makefile.am

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ACLOCAL_AMFLAGS = -I m4
22

3-
if HAVE_DOCTHIS
43
DT = docthis
54
DOCDIR = $(top_srcdir)/doc
65
FILES = \
@@ -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
97108
V_DOCTHIS = $(V_DOCTHIS_@AM_V@)
98109
V_DOCTHIS_ = $(V_DOCTHIS_@AM_DEFAULT_V@)
99110
V_DOCTHIS_0 = @echo " DOCTHIS " $@;

0 commit comments

Comments
 (0)