/[svn]/gigedit/trunk/src/gigedit/gfx/Makefile.am
ViewVC logotype

Contents of /gigedit/trunk/src/gigedit/gfx/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4086 - (show annotations) (download)
Fri Jan 26 18:49:14 2024 UTC (2 months, 4 weeks ago) by schoenebeck
File size: 494 byte(s)
- More 'make dist' rule updates.
- Build bzip2 archive on 'make dist'.

1 AM_CPPFLAGS = $(GTKMM_CFLAGS)
2
3 noinst_LTLIBRARIES = libgigeditgfx.la
4
5 libgigeditgfx_la_SOURCES = \
6 builtinpix.cpp builtinpix.h \
7 black_loop.c \
8 blue_hatched_pattern.c \
9 blue_hatched_pattern2.c \
10 grayblue_hatched_pattern.c \
11 gray_loop.c \
12 red_dot.c \
13 yellow_dot.c
14
15 EXTRA_DIST = \
16 black_loop.png \
17 gray_loop.png \
18 hatched_blue_pattern2.png \
19 hatched_blue_pattern.png \
20 hatched_grayblue_pattern.png \
21 hatched_pattern.svg \
22 README.txt \
23 red_dot.png \
24 symbols.svg \
25 yellow_dot.png

  ViewVC Help
Powered by ViewVC