]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs_gui/Makefile
un poco mas de B+
[z.facultad/75.06/emufs.git] / emufs_gui / Makefile
index a726c51817446ed51bb94c59b6e2950c71523877..8a9931a016a6dc3615fbe200e5006c2f75b3c2fa 100644 (file)
@@ -1,7 +1,7 @@
-CFLAGS=-Wall -g -I/usr/include/libxml2 -I../emufs -DDEBUG
+CFLAGS=-Wall -g -I/usr/include/libxml2 -I../emufs -I../emufs/external_sort -DDEBUG
 LDFLAGS= -lmenu -lncurses -lxml2
 
-OBJ=form.o emufs_view.o articulos.o facturas.o viewer.o menu.o lista.o tree_viewer.o ../emufs/libemufs.a
+OBJ=form.o emufs_view.o articulos.o facturas.o viewer.o menu.o lista.o tree_viewer.o ../emufs/libemufs.a ../emufs/external_sort/libextsort.a
 
 all: emufs_view
        cd generar_archivos; make