mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 18:47:47 +00:00 
			
		
		
		
	updated Makefile to include JWT
This commit is contained in:
		
							
								
								
									
										12
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Makefile
									
									
									
									
									
								
							| @@ -78,7 +78,7 @@ poco: libexecs $(if $(TESTS),tests) $(if $(SAMPLES),samples) | ||||
| all: libexecs tests samples | ||||
|  | ||||
| INSTALLDIR = $(DESTDIR)$(POCO_PREFIX) | ||||
| COMPONENTS = Foundation Encodings XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Zip PageCompiler PageCompiler/File2Page CppParser PDF MongoDB Redis | ||||
| COMPONENTS = Foundation Encodings XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Zip PageCompiler PageCompiler/File2Page JWT CppParser PDF MongoDB Redis | ||||
|  | ||||
| cppunit: | ||||
| 	$(MAKE) -C $(POCO_BASE)/CppUnit | ||||
| @@ -316,6 +316,16 @@ PageCompiler/File2Page-libexec:  Net-libexec Util-libexec XML-libexec Foundation | ||||
| PageCompiler/File2Page-clean: | ||||
| 	$(MAKE) -C $(POCO_BASE)/PageCompiler/File2Page clean | ||||
|  | ||||
| JWT-libexec:  Foundation-libexec JSON-libexec Crypto-libexec | ||||
| 	$(MAKE) -C $(POCO_BASE)/JWT | ||||
|  | ||||
| JWT-tests: JWT-libexec cppunit | ||||
| 	$(MAKE) -C $(POCO_BASE)/JWT/testsuite | ||||
|  | ||||
| JWT-clean: | ||||
| 	$(MAKE) -C $(POCO_BASE)/JWT clean | ||||
| 	$(MAKE) -C $(POCO_BASE)/JWT/testsuite clean | ||||
|  | ||||
| CppParser-libexec:  Foundation-libexec | ||||
| 	$(MAKE) -C $(POCO_BASE)/CppParser | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Günter Obiltschnig
					Günter Obiltschnig