Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo
col3-client-etu
Commits
eeaced15
Commit
eeaced15
authored
Apr 01, 2020
by
pernelle
Browse files
modification des fichiers de configuration pour utiliser la nouvelle bibliotheque
parent
d6d2e954
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
eeaced15
## Process this file with automake to produce Makefile.in
SUBDIRS
=
col3-bibtp1
AM_CPPFLAGS
=
\
-DPACKAGE_DATA_DIR
=
\"
"
$(pkgdatadir)
"
\"
...
...
@@ -8,14 +9,16 @@ AM_CFLAGS =\
-Wall
-Wextra
\
-fdiagnostics-show-option
\
-g
\
-pthread
-I
./
col3-bib
/
-pthread
-Icol3-bib
tp1
bin_PROGRAMS
=
col3_client_etu
col3_client_etu_SOURCES
=
\
main.c
main.c
\
clientCOL3.c
\
clientCOL3.h
col3_client_etu_LDADD
=
\
-lncurses
\
-lrt
\
-L
./
col3-bib
/
-lcol3
col3-bib
tp1/libcol3tp1.a
configure.ac
View file @
eeaced15
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.
AC_INIT(col3_client_etu, 20
19
.1)
AC_INIT(col3_client_etu, 20
20
.1)
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([config.h])
...
...
@@ -11,7 +11,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_CONFIG_SUBDIRS([col3-bib])
AC_CONFIG_SUBDIRS([col3-bib
tp1
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment