Skip to content
Snippets Groups Projects
Commit 6118b17d authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

made makefile.in reflect addition of new files

parent 522c1530
No related branches found
No related tags found
No related merge requests found
......@@ -66,12 +66,12 @@ OPT_SAFE_SRC = g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_
m_pd.c m_class.c m_obj.c m_atom.c m_memory.c m_binbuf.c \
m_conf.c m_glob.c m_sched.c \
s_main.c s_inter.c s_file.c s_print.c \
s_loader.c s_path.c s_entry.c s_audio.c s_midi.c \
s_loader.c s_path.c s_entry.c s_audio.c s_midi.c\
d_ugen.c d_arithmetic.c d_dac.c d_misc.c \
d_fft.c d_global.c \
d_resample.c \
x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c \
x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c x_list.c \
x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c x_list.c x_preset.c\
import.c \
$(SYSSRC)
......@@ -227,7 +227,6 @@ install: all
install -m644 g_canvas.h $(DESTDIR)$(includedir)/pdl2ork/g_canvas.h
install -m644 s_stuff.h $(DESTDIR)$(includedir)/pdl2ork/s_stuff.h
install -m644 g_all_guis.h $(DESTDIR)$(includedir)/pdl2ork/g_all_guis.h
install -m644 g_undo.h $(DESTDIR)$(includedir)/pdl2ork/g_undo.h
install -d $(DESTDIR)$(mandir)/man1
gzip < ../man/pd.1 > $(DESTDIR)$(mandir)/man1/@PDEXEC@.1.gz
chmod 644 $(DESTDIR)$(mandir)/man1/@PDEXEC@.1.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment