mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
- er, yeah, add the actual Makefiles, too
This commit is contained in:
parent
f00374b4c5
commit
c9e3938f71
2 changed files with 8 additions and 0 deletions
3
data/Makefile.am
Normal file
3
data/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
SUBDIRS = baseq2
|
5
data/baseq2/Makefile.am
Normal file
5
data/baseq2/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
# $Id$
|
||||
|
||||
pkgdatadir=$(datadir)/@PACKAGE@/baseq2
|
||||
|
||||
dist_pkgdata_DATA = config.cfg
|
Loading…
Reference in a new issue