mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Added RPM related variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8700 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7967b1511
commit
fbfdcbfd09
1 changed files with 7 additions and 0 deletions
|
@ -25,12 +25,19 @@
|
|||
# If not, write to the Free Software Foundation,
|
||||
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
RPM_DISABLE_RELOCATABLE=YES
|
||||
PACKAGE_NEEDS_CONFIGURE = YES
|
||||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
PACKAGE_NAME = gnustep-gui
|
||||
VERSION = 0.6.7
|
||||
|
||||
#
|
||||
# The list of subproject directories
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue