forked from adplug/adplug
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UNIX build fixes. Added missing files to distribution. Release Candid…
…ate adplug#2.
- Loading branch information
1 parent
14f6f62
commit b6cd180
Showing
6 changed files
with
230 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SUBDIRS = src doc adplugdb | ||
|
||
EXTRA_DIST = INSTALL.unix INSTALL.win32 INSTALL.dos Makefile.wat \ | ||
Makefile.bt | ||
Makefile.bt adplug.spec adplug.qpg README.dos BUGS | ||
|
||
AUTOMAKE_OPTIONS = dist-bzip2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
bin_PROGRAMS = adplugdb | ||
|
||
adplugdb_SOURCES = adplugdb.cpp | ||
adplugdb_SOURCES = adplugdb.cpp getopt.c getopt.h | ||
|
||
adplugdb_LDADD = -L../src -ladplug | ||
|
||
adplug_data_dir = $(datadir)/adplug | ||
|
||
AM_CPPFLAGS = -DADPLUG_DATA_DIR=\"$(adplug_data_dir)\" | ||
|
||
EXTRA_DIST = adplugdb.dsp Makefile.bt vc6inst.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters