- Is it so damn difficult to keep that Makefile updated and in sorted order, huh?
- Update specfile to use "make install-strip" git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1155 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
f1bd513a4d
commit
b29873052b
|
@ -377,10 +377,11 @@ noinst_HEADERS += \
|
|||
src/schedulable_state_widget.hh \
|
||||
src/schedulables_statistics_widget.hh \
|
||||
src/schedulables_tree_widget.hh \
|
||||
src/schedulables_statistics_widget.hh \
|
||||
src/simulation_controller.hh \
|
||||
src/simulation_statistics_widget.hh \
|
||||
src/simulation_widget.hh \
|
||||
src/schedulables_statistics_widget.hh \
|
||||
src/statistics_container_window.hh \
|
||||
src/text_simulation.hh
|
||||
|
||||
# ---------- glade files -----------
|
||||
|
|
|
@ -84,7 +84,7 @@ make pdf
|
|||
|
||||
%install
|
||||
cd ${RPM_BUILD_DIR}/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/build
|
||||
make DESTDIR="${RPM_BUILD_ROOT}/${_prefix}" install
|
||||
make DESTDIR="${RPM_BUILD_ROOT}/${_prefix}" install-strip
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
|
Loading…
Reference in New Issue